Dew Stats for .NET
|
Calculate parameters for Gamma distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be Gamma distributed. |
out double A |
Return Gamma distribution parameter estimator A. |
out double B |
Return Gamma distribution parameter estimator B. |
ref double[] PCIA |
A (1-Alpha)*100 percent confidence interval. |
ref double[] PCIB |
B (1-Alpha)*100 percent confidence interval. |
int MaxIter |
Maximum number of iterations needed for deriving a and b. |
double Tolerance |
Defines the acceptable tolerance for calculating a and b. |
double Alpha |
Confidence interval percentage. |
RandomGamma, GammaStat
The following example generates 100 random Gamma distributed values and then uses GammaFit routine to extract used a and b parameters
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|